home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / trshcn.zip / NTRASH11.MAK < prev    next >
Makefile  |  1993-09-18  |  461b  |  17 lines

  1.  
  2. !include <ntwin32.mak>
  3.  
  4. all:ntrash11.exe
  5.  
  6. ntrash11.res: ntrash11.rc
  7.    rc -r -fo ntrash11.tmp ntrash11.rc
  8.    cvtres -$(CPU) ntrash11.tmp -o ntrash11.res
  9.    del ntrash11.tmp
  10.  
  11. ntrash11.obj: ntrash11.c
  12.    cl386 -c -G3d -Zpe -Od -D_X86_ -DWIN32 ntrash11.c
  13.  
  14. ntrash11.exe: ntrash11.obj ntrash11.res ntrash11.def
  15.    link32 -subsystem:windows -debug:full -debugtype:cv -entry:WinMainCRTStartup -out:ntrash11.exe ntrash11.obj ntrash11.res $(LIB)\*.LIB
  16.  
  17.